home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-11-19 | 11.8 KB | 332 lines | [TEXT/MPS ] |
- # This makefile was produced at 3:56:16 PM on Mon, Jan 30, 1995 by
- # MakeMake 2.0d38q1 (4/14/1992) by Rick Holzgrafe, scott douglass, Jeff Holcomb, MQ.
-
- Sources = :Sources:
- Objects = :Objects:
- Built = :Built:
-
- "{Objects}CFront:" ƒ "{Sources}"
-
- .a.o ƒ .a
- Echo "∂t∂tAssembling {Default}.a"
- {Asm} {DepDir}{Default}.a -o {Targ} -lo {Targ}.lst {StdADump} {AOptions} {StdAIncludes}
-
- .c.o ƒ .c
- Echo "∂t∂tCompiling {Default}.c"
- {C} {DepDir}{Default}.c -o {Targ} {StdCDump} {COptions} {StdCIncludes}
-
- .cp.o ƒ .cp
- Echo "∂t∂tCompiling {Default}.cp"
- {CPlus} {DepDir}{Default}.cp -o {Targ} {StdCPDump} {CPOptions} {StdCPIncludes}
-
- .p.o ƒ .p
- Echo "∂t∂tCompiling {Default}.p"
- {Pascal} {DepDir}{Default}.p -o {Targ} {StdPDump} {POptions} {StdPIncludes}
-
- TARGETS = "{Objects}CFront:PrivInspector.o" ∂
- "{Objects}CFront:InspectorLibrary.RSRC" ∂
- "{Built}CFront:InspectorLibrary" ∂
- ∂
- "{Objects}CFront:WindowStackerLibrary.RSRC" ∂
- "{Built}CFront:WindowStackerLibrary"
-
- DOT_H = "{Sources}Inspector.h" ∂
- "{Sources}Application.h" ∂
- "{Sources}WindowStacker.h" ∂
- "{Sources}InspectorCommon.h" ∂
- "{Sources}RegisteredObjectsWindow.h" ∂
- "{Sources}Document.h" ∂
- "{Sources}List.h" ∂
- "{Sources}SimpleCommon.h" ∂
- "{Sources}ApplicationCommon.h" ∂
- "{Sources}TrapAvailable.cp"
-
- DOT_R = "{Sources}InspectorLibrary.r" ∂
- "{Sources}WindowStackerLibrary.r"
-
- SRCS = "{Sources}Inspector.cp" ∂
- "{Sources}RegisteredObjectsWindow.cp" ∂
- "{Sources}List.cp" ∂
- "{Sources}Application.cp" ∂
- "{Sources}Document.cp" ∂
- "{Sources}WindowStacker.cp"
-
- # For "{Objects}CFront:PrivInspector.o"
- OBJS_00 = "{Objects}CFront:Inspector.cp.o" ∂
- "{Objects}CFront:RegisteredObjectsWindow.cp.o" ∂
- "{Objects}CFront:List.cp.o" ∂
- "{Objects}CFront:Application.cp.o" ∂
- "{Objects}CFront:Document.cp.o"
-
- # For "{Objects}CFront:InspectorLibrary.RSRC"
- LIBS_01 = "{Objects}CFront:PrivInspector.o" ∂
- "{SLMLibraries}CFrontLibraries:LibraryManager.o"
-
- # For "{Objects}CFront:WindowStackerLibrary.RSRC"
- LIBS_04 = "{Objects}CFront:WindowStacker.cp.o" ∂
- "{SLMLibraries}CFrontLibraries:LibraryManager.o"
-
- # For "{Built}CFront:InspectorLibrary"
- RES_02 = "{Sources}InspectorLibrary.r"
-
- # For "{Built}CFront:WindowStackerLibrary"
- RES_05 = "{Sources}WindowStackerLibrary.r"
-
- # For "{Objects}CFront:InspectorLibrary.RSRC"
- EXDEPS_01 = "{Sources}InspectorLibrary.exp" ∂
- "{Objects}CFront:WindowStackerLibrary.RSRC"
-
- # For "{Objects}CFront:WindowStackerLibrary.RSRC"
- EXDEPS_04 = "{Sources}WindowStacker.cp" ∂
- "{Sources}WindowStackerLibrary.exp"
-
- StdAIncludes = -i "{AIncludes}"
- StdCIncludes = -i "{CIncludes}" -i "{SLMInterfaces}CIncludes:"
- StdCPIncludes = -i "{CIncludes}" -i "{SLMInterfaces}CIncludes:"
- StdPIncludes =
- StdADump =
- StdCDump =
- StdPDump =
- StdCPDump =
- LIB = Lib -mf {SymbolOption}
- LINK = Link -mf {SymbolOption} -model far
- REZ = Rez -d GENERATING68K=1 -d GENERATINGPOWERPC=0
- Asm = Asm
- C = C
- CPlus = CPlus
- COUNT = Count
- COUNTOPTS =
- CTAGS = Ctags
- CTAGSOPTS = -p -local -update
- DELETE = Delete
- DELETEOPTS = -i
- FILES = Files
- FILESOPTS = -l
- LIBOPTS =
- LINKOPTS =
- MAKEFILE = Makefile
- PRINT = Print
- PRINTOPTS =
- SETFILE = SetFile
- SETFILEOPTS = -t 'MPST' -c 'MPS '
-
- AOptions = {MyPreAOptions} -model far -case on -D SC=0,MACSBUG=1,qDebug=1,MODEL=1,EMULATED=0 {MyAOptions}
-
- COptions = {MyPreCOptions} -model far -opt off -sym on,nolines -mf -b2 -r {SymbolOption} {MyCOptions}
-
- POptions = {MyPrePOptions} {SymbolOption} {MyPOptions}
-
- ROptions = {MyPreROptions} {SymbolOption} {MyROptions}
-
- CPOptions = {MyPreCPlusOptions} -model far -opt off -sym on,nolines -mf -b2 -w1 -z15 -z17 {SymbolOption} {MyCPlusOptions}
-
- CNOptions = {MyPreCOptions} -model near -opt off -sym on,nolines -mf -b2 -r {SymbolOption} {MyCOptions}
-
- CPNOptions = {MyPreCPlusOptions} -model near -opt off -sym on,nolines -mf -b2 -w1 -z15 -z17 {SymbolOption} {MyCPlusOptions}
-
- ANOptions = {MyPreAOptions} -model near -case on -D SC=0,MACSBUG=1,qDebug=1,MODEL=0,EMULATED=0 {MyAOptions}
-
- all ƒ {TARGETS}
-
- "{Objects}CFront:PrivInspector.o" ƒ {OBJS_00}
- If {Progress}; Echo "∂t∂tCreating Library {Targ}"; End
- {LIB} {LIBOPTS} -o {Targ} {OBJS_00}
-
- "{Objects}CFront:InspectorLibrary.RSRC" ƒ {LIBS_01} {EXDEPS_01}
- BuildSharedLibrary -cfront -macsbug "{Objects}CFront:PrivInspector.o" ∂
- {SymbolOption} ∂
- -symfile "{Built}CFront:InspectorLibrary.SYM" ∂
- -keepClientFiles ∂
- -restype cd01 -resid 1 ∂
- -logout "{Objects}CFront:InspectorLibrary.log" ∂
- -far "{Objects}CFront:InspectorLibrary.cl.o" ∂
- -lib "{Objects}CFront:InspectorLibrary.RSRC" ∂
- -obj "{Objects}CFront:InspectorLibrary" ∂
- -exp "{Sources}InspectorLibrary.exp" ∂
- -i "{Sources}" ∂
- -i "{SLMInterfaces}CIncludes:" ∂
- ∂
- -link ∂
- "{Objects}CFront:WindowStackerLibrary.cl.o" ∂
- "{SLMLibraries}CFrontLibraries:"LibraryManager.o ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{CLibraries}"StdCLib.o ∂
-
-
- "{Built}CFront:InspectorLibrary" ƒƒ {RES_02} ∂
- "{RIncludes}SysTypes.r" "{RIncludes}Types.r" ∂
- "{Sources}Application.r" ∂
- "{Sources}ApplicationCommon.h" ∂
- "{Sources}Inspector.r" ∂
- "{Sources}InspectorCommon.h" ∂
- "{Objects}CFront:InspectorLibrary.RSRC" ∂
- "{SLMInterfaces}RIncludes:VersionResource.r"
- If {Progress}; Echo "∂t∂tRezzing {Targ}"; End
- {REZ} -t libr -c OMGR -s "{Objects}CFront:" -i "{RIncludes}" ∂
- -i "{SLMInterfaces}RIncludes:" ∂
- -i "{Objects}CFront:" ∂
- -o {Targ} ∂
- {RES_02}
-
- "{Built}CFront:InspectorLibrary" ƒƒ {RES_02} ∂
- "{RIncludes}SysTypes.r" "{RIncludes}Types.r" ∂
- "{Sources}Application.r" ∂
- "{Sources}ApplicationCommon.h" ∂
- "{Sources}Inspector.r" ∂
- "{Sources}InspectorCommon.h" ∂
- "{Objects}CFront:InspectorLibrary.RSRC" ∂
- "{SLMInterfaces}RIncludes:VersionResource.r"
- {SETFILE} -a ib {Targ}
-
- "{Objects}CFront:WindowStackerLibrary.RSRC" ƒ {LIBS_04} ∂
- {EXDEPS_04}
- BuildSharedLibrary -cfront -macsbug "{Objects}CFront:WindowStacker.cp.o" ∂
- {SymbolOption} ∂
- -symfile "{Built}CFront:WindowStackerLibrary.SYM" ∂
- -keepClientFiles ∂
- -logout "{Objects}CFront:WindowStackerLibrary.log" ∂
- -restype cd02 -resid 2 ∂
- -far "{Objects}CFront:WindowStackerLibrary.cl.o" ∂
- -lib "{Objects}CFront:WindowStackerLibrary.RSRC" ∂
- -obj "{Objects}CFront:WindowStackerLibrary" ∂
- -exp "{Sources}WindowStackerLibrary.exp" ∂
- -i "{Sources}" ∂
- -i "{SLMInterfaces}CIncludes:" ∂
- ∂
- "{SLMLibraries}CFrontLibraries:"LibraryManager.o ∂
- "{Libraries}"Runtime.o ∂
-
-
- "{Built}CFront:WindowStackerLibrary" ƒƒ {RES_05} ∂
- "{Objects}CFront:WindowStackerLibrary.RSRC" ∂
- "{SLMInterfaces}RIncludes:VersionResource.r" ∂
- "{RIncludes}SysTypes.r"
- If {Progress}; Echo "∂t∂tRezzing {Targ}"; End
- {REZ} -t libr -c OMGR -s "{Objects}CFront:" -i "{RIncludes}" ∂
- -i "{SLMInterfaces}RIncludes:" ∂
- -i "{Objects}CFront:" ∂
- -o {Targ} ∂
- {RES_05}
-
- "{Built}CFront:WindowStackerLibrary" ƒƒ {RES_05} ∂
- "{Objects}CFront:WindowStackerLibrary.RSRC" ∂
- "{SLMInterfaces}RIncludes:VersionResource.r" ∂
- "{RIncludes}SysTypes.r"
- {SETFILE} -a ib {Targ}
-
- clean ƒ
- {DELETE} {DELETEOPTS} {OBJS_00} {OBJS_03}
-
- clobber ƒ clean
- {DELETE} {DELETEOPTS} {TARGETS}
-
- count ƒ
- {COUNT} {COUNTOPTS} {DOT_H} {DOT_R} {SRCS}
-
- files ƒ
- {FILES} {FILESOPTS} {TARGETS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS} {OBJS_00} ∂
- {OBJS_03}
-
- print ƒ
- {PRINT} {PRINTOPTS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS}
-
- tags ƒ {DOT_H} {SRCS}
- {CTAGS} {CTAGSOPTS} {C_INCDIRS} {NewerDeps}
-
- "{Objects}CFront:Inspector.cp.o" ƒ ∂
- "{CIncludes}Menus.h" "{CIncludes}Quickdraw.h" "{CIncludes}Types.h" ∂
- "{CIncludes}ConditionalMacros.h" "{CIncludes}MixedMode.h" ∂
- "{CIncludes}Traps.h" "{CIncludes}QuickdrawText.h" ∂
- "{CIncludes}IntlResources.h" "{CIncludes}Desk.h" "{CIncludes}Events.h" ∂
- "{CIncludes}OSUtils.h" "{CIncludes}Windows.h" "{CIncludes}Controls.h" ∂
- "{CIncludes}Dialogs.h" "{CIncludes}TextEdit.h" "{CIncludes}Memory.h" ∂
- "{CIncludes}Resources.h" "{CIncludes}Files.h" "{CIncludes}SegLoad.h" ∂
- "{CIncludes}StandardFile.h" "{CIncludes}Folders.h" "{CIncludes}LowMem.h" ∂
- "{CIncludes}Fonts.h" "{CIncludes}Errors.h" ∂
- "{SLMInterfaces}CIncludes:TestTool.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManagerClasses.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManager.h" ∂
- "{CIncludes}stddef.h" "{CIncludes}string.h" ∂
- "{Sources}Inspector.h" ∂
- "{Sources}Application.h" ∂
- "{Sources}WindowStacker.h" ∂
- "{Sources}InspectorCommon.h" ∂
- "{Sources}RegisteredObjectsWindow.h" ∂
- "{Sources}Document.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManagerUtilities.h" ∂
- "{CIncludes}Strings.h"
-
- "{Objects}CFront:RegisteredObjectsWindow.cp.o" ƒ ∂
- "{CIncludes}Windows.h" "{CIncludes}Quickdraw.h" "{CIncludes}Types.h" ∂
- "{CIncludes}ConditionalMacros.h" "{CIncludes}MixedMode.h" ∂
- "{CIncludes}Traps.h" "{CIncludes}QuickdrawText.h" ∂
- "{CIncludes}IntlResources.h" "{CIncludes}Events.h" ∂
- "{CIncludes}OSUtils.h" "{CIncludes}Controls.h" "{CIncludes}Menus.h" ∂
- "{CIncludes}Desk.h" "{CIncludes}ToolUtils.h" "{CIncludes}TextUtils.h" ∂
- "{CIncludes}Script.h" "{CIncludes}FixMath.h" "{CIncludes}Fonts.h" ∂
- "{CIncludes}string.h" "{CIncludes}Resources.h" "{CIncludes}Files.h" ∂
- "{CIncludes}SegLoad.h" "{CIncludes}Strings.h" ∂
- "{Sources}RegisteredObjectsWindow.h" ∂
- "{Sources}Document.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManagerClasses.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManager.h" ∂
- "{CIncludes}stddef.h" ∂
- ""{Sources}"RegisteredObjects.h" ∂
- "{Sources}Inspector.h" ∂
- "{Sources}Application.h" ∂
- "{Sources}List.h" "{CIncludes}Lists.h" ∂
- "{CIncludes}Memory.h"
-
- "{Objects}CFront:List.cp.o" ƒ ∂
- "{Sources}List.h" "{CIncludes}Lists.h" ∂
- "{CIncludes}Types.h" "{CIncludes}ConditionalMacros.h" ∂
- "{CIncludes}MixedMode.h" "{CIncludes}Traps.h" "{CIncludes}Controls.h" ∂
- "{CIncludes}Quickdraw.h" "{CIncludes}QuickdrawText.h" ∂
- "{CIncludes}IntlResources.h" "{CIncludes}Menus.h" "{CIncludes}Desk.h" ∂
- "{CIncludes}Events.h" "{CIncludes}OSUtils.h" "{CIncludes}Memory.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManager.h" ∂
- "{CIncludes}stddef.h" "{CIncludes}string.h"
-
- "{Objects}CFront:Application.cp.o" ƒ ∂
- "{CIncludes}Types.h" "{CIncludes}ConditionalMacros.h" ∂
- "{CIncludes}MixedMode.h" "{CIncludes}Traps.h" "{CIncludes}Quickdraw.h" ∂
- "{CIncludes}QuickdrawText.h" "{CIncludes}IntlResources.h" ∂
- "{CIncludes}Fonts.h" "{CIncludes}Events.h" "{CIncludes}OSUtils.h" ∂
- "{CIncludes}Windows.h" "{CIncludes}Controls.h" "{CIncludes}Menus.h" ∂
- "{CIncludes}Desk.h" "{CIncludes}Dialogs.h" "{CIncludes}TextEdit.h" ∂
- "{CIncludes}ToolUtils.h" "{CIncludes}TextUtils.h" "{CIncludes}Script.h" ∂
- "{CIncludes}FixMath.h" "{CIncludes}Memory.h" "{CIncludes}SegLoad.h" ∂
- "{Sources}Application.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManager.h" ∂
- "{CIncludes}stddef.h" "{CIncludes}string.h" ∂
- "{Sources}SimpleCommon.h" ∂
- "{Sources}ApplicationCommon.h" ∂
- "{Sources}Document.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManagerClasses.h" ∂
- "{Sources}TrapAvailable.cp"
-
- "{Objects}CFront:Document.cp.o" ƒ ∂
- "{CIncludes}Windows.h" "{CIncludes}Quickdraw.h" "{CIncludes}Types.h" ∂
- "{CIncludes}ConditionalMacros.h" "{CIncludes}MixedMode.h" ∂
- "{CIncludes}Traps.h" "{CIncludes}QuickdrawText.h" ∂
- "{CIncludes}IntlResources.h" "{CIncludes}Events.h" ∂
- "{CIncludes}OSUtils.h" "{CIncludes}Controls.h" "{CIncludes}Menus.h" ∂
- "{CIncludes}Desk.h" "{Sources}Document.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManagerClasses.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManager.h" ∂
- "{CIncludes}stddef.h" "{CIncludes}string.h"
-
- "{Objects}CFront:WindowStacker.cp.o" ƒ ∂
- "{CIncludes}Windows.h" "{CIncludes}Quickdraw.h" "{CIncludes}Types.h" ∂
- "{CIncludes}ConditionalMacros.h" "{CIncludes}MixedMode.h" ∂
- "{CIncludes}Traps.h" "{CIncludes}QuickdrawText.h" ∂
- "{CIncludes}IntlResources.h" "{CIncludes}Events.h" ∂
- "{CIncludes}OSUtils.h" "{CIncludes}Controls.h" "{CIncludes}Menus.h" ∂
- "{CIncludes}Desk.h" "{Sources}WindowStacker.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManager.h" ∂
- "{CIncludes}stddef.h" "{CIncludes}string.h" ∂
- "{Sources}RegisteredObjectsWindow.h" ∂
- "{Sources}Document.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManagerClasses.h"
-